github.com/klauspost/compress/zstd.fastEncoderDict.allDirty (field)

10 uses

	github.com/klauspost/compress/zstd (current package)
		enc_dfast.go#L1042: 	allDirty := e.allDirty
		enc_fast.go#L35: 	allDirty        bool
		enc_fast.go#L539: 	if e.allDirty || len(src) > 32<<10 {
		enc_fast.go#L541: 		e.allDirty = true
		enc_fast.go#L833: 		e.allDirty = true
		enc_fast.go#L838: 	if !e.allDirty {
		enc_fast.go#L848: 	if e.allDirty || dirtyShardCnt > shardCnt*4/6 {
		enc_fast.go#L854: 		e.allDirty = false
		enc_fast.go#L866: 	e.allDirty = false
		enc_fast.go#L870: 	e.allDirty = true